The request body is of type SimpleAddToCart.
Request Body Parameters
Name | Description | Data Type |
---|---|---|
Item_ID | xml:int | |
Qty | xml:int |
Method | SimpleAddToCart |
The request body is of type SimpleAddToCart.
Name | Description | Data Type |
---|---|---|
Item_ID | xml:int | |
Qty | xml:int |
// Sample MakeAJAXCall
The response body is of type SimpleAddToCartResponse.
Name | Description | Data Type |
---|---|---|
SimpleAddToCartResult | A string value containing a JSON object. Sample response here | xml:string |